@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Arial;
  src: url("./font/Arial.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
  background: #fff;
}
/* ç‰ˆå¿ƒ */
.main-center {
  width: 73%;
  margin: 0 auto;
}
.body-col {
  background: #f4f8fb;
}
.header-main-box {
  width: 100%;
  padding: 0 60rem;
  position: relative;
  z-index: 11;
}
.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo-box {
  width: 131rem;
}
.header-logo-box img {
  width: 100%;
}
.header-menu {
}
.header-menu-box {
  display: flex;
  /* margin-left: 350rem; */
}
.header-menu-item {
  position: relative;
  height: 88rem;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.header-menu-fist {
  font-weight: 400;
  color: #333333;
  line-height: 34rem;
  /* padding: 0 5rem; */
  margin: 0 5rem;
  width: 100rem;
  text-align: center;
  /* padding-top: 2rem;
  padding-bottom: 6rem; */
  /* height: 88rem;
  display: flex;
  align-items: center; */
}
.header-menu-item:hover .header-menu-fist {
  font-weight: 600;
}
.header-menu-on::after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: calc(50% - 15px - 5px);
  width: 30px;
  height: 3px;
  background: #013684;
}
.header-menu-on::before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: calc(50% + 15px);
  width: 3px;
  height: 3px;
  background: #013684;
}
.header-menu-second::after {
  content: "";
  position: absolute;
  top: -14rem;
  left: calc(50% - 11rem);
  width: 22rem;
  height: 12rem;
  background: url(/esimg/icon/header-hover-icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; */
}
.header-menu-item:hover .header-menu-second::after {
  opacity: 1;
}
.header-menu-second {
  position: absolute;
  top: 100%;
  left: -30%;
  width: 160%;
  height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.header-menu-second a {
  color: #333333;
  text-align: center;
  width: 100%;
  line-height: 42.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-menu-item:hover .header-menu-second {
  height: auto;
  overflow: visible;
}

.header-menu-second a:hover {
  background: #06306d;
  color: #fff;
}
.header-main-right {
  display: flex;
  align-items: center;
  margin-right: 33rem;
}
.header-right-icon {
  width: 17rem;
  margin-right: 6rem;
}
.header-right-tel {
  font-family: D-DIN-PRO;
  font-weight: bold;
  color: #229344;
}
.header-language-box {
  position: relative;
  padding: 10rem 0 10rem 12rem;
  cursor: pointer;
}
.header-language-on {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-right: 18rem;
}
.header-language-on::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 0;
  background: url(/esimg/icon/xiala.png) no-repeat;
  background-size: 100% 100%;
  width: 10rem;
  height: 5rem;
}
.header-language-dropdown {
  position: absolute;
  bottom: -90rem;
  right: -10%;
  width: 160%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.header-language-box:hover .header-language-dropdown {
  height: 90rem;
}
.header-language-dropdown a {
  text-align: center;
  color: #fff;
  line-height: 42.5rem;
}
.header-language-dropdown a:nth-child(2) {
  margin-top: 5rem;
}
.header-language-dropdown a:hover {
  background: rgba(60, 80, 87, 1);
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.swiper-index-banner {
  position: relative;
}
.index-banner-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-right: 167rem !important; */
  bottom: 36rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  background: url(/esimg/icon/banner-points.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  /* background: #ffffff; */
  border-radius: 50% !important;
  opacity: 1;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  margin: 0 15px !important;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: url(/esimg/icon/banner-points-on.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.suspension-box {
  width: 70px;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-box {
  width: 60px;
  height: 60px;
  background: #354299;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.suspension-content-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
}
.suspension-content-box:hover .suspension-content-info {
  width: 280px;
  background-color: #229344;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  margin-left: -60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.suspension-content-top {
  border-radius: 8px 8px 0px 0px;
}
.suspension-content-bottom {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-bottom: none;
}
.suspension-content-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-qr {
  width: 120px;
  background-color: #229344;
  display: block;
}
.suspension-content-box:hover {
  background-color: #229344;
}

.suspension-content-box:hover .suspension-content-qr img {
  display: block;
}
.suspension-content-qr {
  display: none;
  width: 0;
  height: 120px;
  line-height: 60px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 60px;
  top: 0;
  right: 70px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr-code {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 10px;
  left: 16px;
}
.suspension-content-qr img {
  display: none;
}
.suspension-content-qr-name {
  font-size: 12px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-top-left {
  display: flex;
  padding: 7rem 0 10px;
  color: #cdcdcd;
}
.header-top-right {
  display: flex;
  color: #cdcdcd;
}
.header-top-right a {
  color: #cdcdcd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-right a:hover {
  color: #888;
}
.header-main-left {
  display: flex;
}
.header-main-slogans {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10rem;
}
.header-main-slogan {
  color: #333;
  font-weight: bold;
}
.header-main-slogan span {
  color: #229344;
}
.banner-hot-box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 13.5%;
  bottom: 16rem;
}
.banner-hot-box p,
.banner-hot-box a {
  color: #ffffff;
  margin-right: 10rem;
}
.index-product-box {
  padding: 125rem 0 75rem;
}
.index-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-title-name {
  position: relative;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: fit-content;
  padding-right: 20px;
}
.public-title-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #229344;
}
.public-title-slogan {
  margin-top: 16rem;
  line-height: 1;
}
.index-product-swiper {
  overflow: hidden;
  margin-top: 40rem;
}
.index-product-item {
  background: #f4f4f6;
}
.index-product-img {
  width: 100%;
}
.index-product-cont {
  padding: 24rem 16rem 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-product-name {
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-product-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
  height: 20rem;
  margin-top: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-product-all {
  margin-top: 55rem;
  color: #999999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9rem;
  border-bottom: 1px solid #e8e8eb;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-product-all .nor {
  display: block;
}
.index-product-all .sel {
  display: none;
}
.index-product-item:hover .index-product-all .nor {
  display: none;
}
.index-product-item:hover .index-product-all .sel {
  display: block;
}
.index-product-item:hover .index-product-cont {
  background: #2a9a3a;
}
.index-product-item:hover .index-product-name,
.index-product-item:hover .index-product-text {
  color: #ffffff;
}
.index-product-item:hover .index-product-all {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index-product-btns {
  display: flex;
}
.swiper-product-prev {
  background: url(/esimg/icon/index-product-prev-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-product-prev:hover {
  background: url(/esimg/icon/index-product-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-product-next {
  background: url(/esimg/icon/index-product-next-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-product-next:hover {
  background: url(/esimg/icon/index-product-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-product-more {
  width: 140rem;
  height: 47px;
  margin: 0 auto;
  margin-top: 63rem;
}
.public-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2a9a3a;
}
.public-btn img {
  margin-left: 20rem;
}
.index-reason-box {
  padding: 75rem 0 75rem;
  background: url(/esimg/img/index-reason-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-reason-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-reason-title {
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}
.index-reason-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.index-reason-title span {
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  font-style: italic;
  padding: 0 12px 0 0;
}
.index-reason-slogan {
  color: #ffffff;
  line-height: 1;
  margin-top: 16rem;
}
.index-reason-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60rem;
}
.index-reason-item {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 45rem 55rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-reason-item:hover {
  background: #2a9a3a;
}
.index-reason-item:nth-child(2n) {
  margin-right: 0;
}
.index-reason-row {
  display: flex;
  align-items: center;
}
.index-reason-top {
  margin-left: 10rem;
}
.index-reason-row img {
  width: 40px;
  height: 40px;
}
.index-reason-row .nor {
  display: block;
}
.index-reason-row .sel {
  display: none;
}
.index-reason-item:hover .index-reason-row .nor {
  display: none;
}
.index-reason-item:hover .index-reason-row .sel {
  display: block;
}
.index-reason-name {
  font-weight: bold;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-reason-en {
  /* margin-top: 7rem; */
  color: #999999;
  text-transform: uppercase;
  font-family: Arial;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-title-en {
  font-family: Arial;
  font-weight: 400;
  color: #229344;
  opacity: 0.6;
  margin-left: -10px;
  margin-top: 7px;
  text-transform: uppercase;
}
.index-reason-text {
  margin-top: 45rem;
  color: #666666;
  line-height: 1.6;
  padding-left: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-reason-item:hover .index-reason-name,
.index-reason-item:hover .index-reason-en,
.index-reason-item:hover .index-reason-text {
  color: #ffffff;
}
.index-cooperate-box {
  padding: 75rem 0;
}
.index-cooperate-more {
  width: 140rem;
  height: 46px;
}
.index-cooperate-content {
  position: relative;
}
.index-cooperate-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 50rem;
}
.index-cooperate-img {
  width: 100%;
}
.index-cooperate-text {
  text-align: center;
}
.swiper-cooperate-prev {
  position: absolute;
  left: -55rem;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-prev-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-cooperate-prev:hover {
  background: url(/esimg/icon/index-product-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-cooperate-next {
  position: absolute;
  right: -55rem;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-next-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-cooperate-next:hover {
  background: url(/esimg/icon/index-product-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-box {
  padding: 30rem 0 100rem;
}
.index-case-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-case-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-case-types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40rem;
}
.index-case-type {
  color: #333333;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-type:hover {
  color: #2a9a3a;
}
.index-case-on {
  padding: 12px 30px;
  background: #2a9a3a;
  color: #fff;
}
.index-case-on:hover {
  color: #fff;
}
.index-case-content {
  flex-wrap: wrap;
  position: relative;
  display: none;
}
.index-case-show {
  display: flex;
}
.index-case-cont {
  width: calc((100% - 52rem) / 3);
  margin-right: 26rem;
  margin-bottom: 26rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-cont:nth-child(3n) {
  margin-right: 0;
}
.index-case-img {
  width: 100%;
  height: 100%;
}
.index-case-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 154, 58, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-cont::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 20rem;
  left: 28rem;
  width: calc(100% - 28rem - 28rem);
  height: calc(100% - 20rem - 20rem);
  border: 1px dashed rgba(255, 255, 255, 0.47);
}
.index-case-content {
  margin-top: 43rem;
  padding-bottom: 100rem;
}
.index-case-cont:hover .index-case-hover {
  opacity: 1;
}
.index-case-cont:hover::after {
  opacity: 1;
}
.index-case-name {
  color: #ffffff;
}
.index-case-more {
  margin-top: 20rem;
  padding-bottom: 4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.index-case-all {
  width: 140rem;
  height: 46px;
  position: absolute;
  left: calc(50% - 70rem);
  bottom: 0;
}
.index-ad-box {
  width: 100%;
}
.index-ad-box img {
  width: 100%;
}
.index-about-box {
  padding-top: 75rem;
  padding-bottom: 295rem;
  width: 100%;
  background: url(/esimg/img/index-about-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index-about-content {
  padding: 82rem 0 0;
}
.index-about-name {
  font-weight: bold;
  color: #333333;
}
.index-about-en {
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  line-height: 2.2;
  text-transform: uppercase;
}
.index-about-info {
  margin-top: 24rem;
  color: #333333;
  line-height: 1.8;
  width: 643rem;
}
.index-about-info p {
  padding-bottom: 40rem;
}
.index-about-more {
  width: 140rem;
  height: 46px;
  margin-top: 10rem;
}
.index-about-bottom {
  position: absolute;
  bottom: 45rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-about-item {
  width: 310rem;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 25rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-about-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* width: 1; */
  height: 100%;
  border: 1px dotted #abadae;
}
.index-about-item:last-child::after {
  display: none;
}
.index-about-icon {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* margin-top: 5rem; */
}
.index-about-item .nor {
  display: block;
}
.index-about-item .sel {
  display: none;
}
.index-about-item:hover .nor {
  display: none;
}
.index-about-item:hover .sel {
  display: block;
}
.index-about-nums {
  padding-left: 16rem;
}
.index-about-number {
  width: fit-content;
  position: relative;
  font-family: Arial;
  font-weight: bold;
  padding-right: 20px;
  color: #333333;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-about-number::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 32rem;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-about-item:hover .index-about-number {
  color: #06306d;
}
.index-about-item:hover .index-about-number::after {
  color: #06306d;
}
.index-about-p {
  margin-top: 6rem;
  line-height: 1;
  color: #333;
}
.index-news-box {
  padding: 50rem 0;
  background-image: linear-gradient(to top, #eaf5fa, #fff);
}
.index-new-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-content {
  display: flex;
  margin-top: 24rem;
}
.index-news-cont {
  width: calc((100% - 50px) / 3);
  margin-right: 25rem;
  overflow: hidden;
}
.index-news-hot {
  display: none;
  background: #f4f4f6;
  transition: all 0.5s ease 0.1s;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  -ms-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
}
.index-news-hot:hover {
  background: #2a9a3a;
}
.index-news-img {
  width: 100%;
}
.index-news-img img {
  width: 100%;
  transition: all 0.3s ease 0.1s;
}
.index-news-hot:hover .index-news-img img {
  /* transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05); */
}
.index-news-hotinfo {
  padding: 30rem 50rem 38rem 20rem;
}
.index-news-date {
  font-weight: 400;
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-name {
  margin-top: 20rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-news-p {
  margin-top: 20rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-more {
  margin-top: 24rem;
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  color: #999999;
  width: fit-content;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-hot .index-news-more {
  margin-top: 56rem;
}
.index-news-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(/esimg/icon/index-news-icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-hot:hover .index-news-date,
.index-news-hot:hover .index-news-name,
.index-news-hot:hover .index-news-p,
.index-news-hot:hover .index-news-more {
  color: #fff;
}

.index-news-hot:hover .index-news-more::after {
  background: url(/esimg/icon/index-product-sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-infos {
  display: none;
  background: #f4f4f6;
  /* padding: 14rem 32rem 0 18rem; */
}
.index-news-info {
  padding: 32rem 71rem 32rem 30rem;
  border-bottom: 1px solid rgba(209, 210, 212, 1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-info:hover {
  background: #2a9a3a;
}
.index-news-infos .index-news-info:last-child {
  border-bottom: 0;
}
.index-news-hot:hover .index-news-date,
.index-news-info:hover .index-news-date,
.index-news-hot:hover .index-news-name,
.index-news-info:hover .index-news-name,
.index-news-hot:hover .index-news-p,
.index-news-info:hover .index-news-p,
.index-news-hot:hover .index-news-more,
.index-news-info:hover .index-news-more {
  color: #fff;
}
.index-news-hot:hover .index-news-more::after,
.index-news-info:hover .index-news-more::after {
  background: url(/esimg/icon/index-product-sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-baike {
  margin-right: 0;
}
.index-baike-title {
  font-weight: bold;
  color: #333333;
  padding-bottom: 22rem;
}
.index-baike-info {
  border: 1px solid #e0e1e5;
  padding: 23rem 37rem;
  position: relative;
  margin-bottom: 13rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-baike-info:last-child {
  margin-bottom: 0;
}
.index-baike-info::after {
  content: "";
  position: absolute;
  right: 20rem;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(/esimg/icon/index-news-icon.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-baike-info:hover {
  background: #2a9a3a;
  border: 1px solid #2a9a3a;
}
.index-baike-name {
  font-weight: 400;
  width: 90%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-baike-info:hover::after {
  background: url(/esimg/icon/index-product-sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-baike-info:hover .index-baike-name,
.index-baike-info:hover .index-news-date {
  color: #fff;
}
.index-new-types {
  display: flex;
  align-items: center;
}
.index-new-tag {
  position: relative;
  padding-left: 20rem;
  padding-right: 20rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-new-type::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  /* width: 1px;
  height: 100%; */
}

.index-new-on::after {
  color: #333;
}
.index-new-tagall::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(/esimg/icon/index-news-icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-on,
.index-news-on1 {
  display: block;
  color: #2a9a3a;
}
.index-evaluate-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 93rem;
}
.index-evaluate-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40rem;
}
.index-evaluate-item {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  background: #ffffff;
  border: 4px solid #f4f4f6;
  padding: 30rem 20rem;
  display: flex;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-evaluate-item:hover {
  background: #2a9a3a;
  border: 4px solid #f4f4f6;
}
.index-evaluate-item:nth-child(3n) {
  margin-right: 0;
}
.index-evaluate-item .nor {
  display: block;
}
.index-evaluate-item .sel {
  display: none;
}
.index-evaluate-item:hover .nor {
  display: none;
}
.index-evaluate-item:hover .sel {
  display: block;
}
.index-evaluate-icon {
  width: 38px;
  height: 37px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-evaluate-text {
  font-weight: 400;
  color: #333333;
  padding-left: 13rem;
  line-height: 1.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-evaluate-item:hover .index-evaluate-text {
  color: #fff;
}
.index-evaluate-all {
  width: 140rem;
  height: 48px;
  background: #2a9a3a;
  margin: 0 auto;
  margin-top: 50rem;
}
.public-contact-box {
  position: relative;
  width: 100%;
  background: url(/esimg/img/index-contact-bg.png) no-repeat;
  background-size: 100% 100%;
}
.public-contact-main {
  display: flex;
  padding: 90rem 0;
}
.public-contact-left {
  width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 45rem 30rem;
}
.public-contact-name {
  font-weight: bold;
  color: #333333;
}
.public-contact-name span {
  color: #2a9a3a;
}
.public-contact-en {
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10rem;
}
.public-contact-info {
  padding-top: 60rem;
}
.public-contact-phone {
  color: #2a9a3a;
  font-weight: bold;
}
.public-contact-address {
  color: #333;
}
.public-contact-row {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}
.public-contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 10rem;
}
.public-contact-right {
  width: 50%;
  background: #06306d;
  padding: 36rem 36rem 27rem 41rem;
}
.public-contact-titles {
  display: flex;
}
.public-contact-titlech {
  font-weight: bold;
  color: #ffffff;
  margin-right: 13rem;
}
.public-contact-titleen {
  font-weight: bold;
  color: #ffffff;
  margin-right: 13rem;
  opacity: 0.13;
}
.public-form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18rem;
}
.public-contact-form {
  margin-top: 30rem;
}
.public-form-item {
  width: calc(50% - 10px);
  background: rgba(255, 255, 255, 0.1);
  min-height: 48rem;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.public-form-name {
  color: #fff;
}
.public-form-input {
  background: none;
  color: #fff;
  width: calc(100% - 80rem);
}
.public-form-textarea {
  background: none;
  color: #fff;
  min-height: 80rem;
  width: calc(100% - 100rem);
}
.public-form-itemPlus {
  background: rgba(255, 255, 255, 0.1);
  min-height: 78rem;
  display: flex;
  align-items: self-start;
  padding: 15px 20px;
}
.public-form-btn {
  width: 120rem;
  height: 44px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border: none;
}
.public-footer-box {
  background: #1b1d2a;
}
.public-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 63rem;
  padding-bottom: 55rem;
}
.public-footer-nav {
  width: calc(100% - 250rem);
  display: flex;
}
.public-footer-column {
  flex: 1;
}
.pubiic-footer-name {
  position: relative;
  z-index: 2;
  width: fit-content;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pubiic-footer-name:hover {
  color: rgba(255, 255, 255, 1);
}
.pubiic-footer-name::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8px;
  top: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* border: 2px solid #0d6828; */
  background: url(/esimg/icon/pubiic-footer-name.png) no-repeat;
  background-size: 100% 100%;
}
.pubiic-footer-ul {
  margin-top: 30rem;
}
.pubiic-footer-section {
  color: rgba(255, 255, 255, 0.4);
  line-height: 2.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pubiic-footer-section:hover {
  color: rgba(255, 255, 255, 0.8);
}
.public-footer-qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.public-footer-qrcode img {
  width: 112rem;
}
.public-footer-qrtext {
  font-size: 14px;
  color: #999999;
  margin-top: 8rem;
}
.public-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40rem;
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.2);
}
.footer-bottom-left img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.footer-bottom-left p,
.footer-bottom-left a {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 40rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
}
.footer-bottom-left a img {
  margin-right: 4px;
}

.footer-bottom-right {
  display: flex;
  color: rgba(255, 255, 255, 0.2);
}
.footer-bottom-right p,
.footer-bottom-right a {
  display: flex;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-bottom-right a:hover,
.footer-bottom-left a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.public-footer-link {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40rem;
}
.public-footer-link p,
.public-footer-link a {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 10rem;
  margin-bottom: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-footer-link a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.public-top-box {
  position: relative;
}
.public-top-img {
  width: 100%;
}
/* æ‰‹æœºåº•éƒ¨ */
@-webkit-keyframes bounce1 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
    transform: translate3d(0, 0, 0) translateX(-50%);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -14px, 0) translateX(-50%);
    transform: translate3d(0, -14px, 0) translateX(-50%);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) translateX(-50%);
    transform: translate3d(0, -6px, 0) translateX(-50%);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0) translateX(-50%);
    transform: translate3d(0, -1px, 0) translateX(-50%);
  }
}
@keyframes bounce1 {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) translateX(0);
    transform: translate3d(0, 0, 0) translateX(0);
    -moz-transform: translate3d(0, 0, 0) translateX(0);
    -ms-transform: translate3d(0, 0, 0) translateX(0);
    -o-transform: translate3d(0, 0, 0) translateX(0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -14px, 0) translateX(0);
    transform: translate3d(0, -14px, 0) translateX(0);
    -moz-transform: translate3d(0, -14px, 0) translateX(0);
    -ms-transform: translate3d(0, -14px, 0) translateX(0);
    -o-transform: translate3d(0, -14px, 0) translateX(0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) translateX(0);
    transform: translate3d(0, -6px, 0) translateX(0);
    -moz-transform: translate3d(0, -6px, 0) translateX(0);
    -ms-transform: translate3d(0, -6px, 0) translateX(0);
    -o-transform: translate3d(0, -6px, 0) translateX(0);
  }
  90% {
    -webkit-transform: translate3d(0, -1px, 0) translateX(0);
    transform: translate3d(0, -1px, 0) translateX(0);
    -moz-transform: translate3d(0, -1px, 0) translateX(0);
    -ms-transform: translate3d(0, -1px, 0) translateX(0);
    -o-transform: translate3d(0, -1px, 0) translateX(0);
  }
}
.public-top-text {
  position: absolute;
  top: 34.82%;
  left: 13.8%;
}
.public-top-name {
  position: relative;
  z-index: 2;
  font-size: 60rem;
  font-weight: bold;
  color: #feffff;
  width: fit-content;
}
.public-top-name::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18px;
  top: -6px;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  border: 6px solid #229344;
}
.public-top-p {
  font-family: Arial;
  font-weight: bold;
  color: #feffff;
  opacity: 0.29;
  margin-top: 6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.public-top-hot {
  font-weight: 400;
  color: #ffffff;
  display: flex;
  position: absolute;
  left: 13.65%;
  bottom: 20rem;
}
.public-top-hot p,
.public-top-hot a {
  margin-right: 10rem;
  color: #ffffff;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  padding: 15rem 0;
  color: #999999;
}
.public-crumbs-box p {
  color: #999999;
}
.public-crumbs-box a {
  color: #999999;
  position: relative;
  padding-right: 20rem;
  text-align: left;
}
.public-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: 6rem;
}
.public-crumbs-box a:last-child:after {
  display: none;
}
.public-title-box {
}
.public-title-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
}
.product-list-box {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.product-list-item {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  margin-bottom: 50rem;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-img {
  width: 100%;
}
.product-list-name {
  width: 100%;
  padding: 25rem;
  line-height: 1;
  text-align: center;
  color: #333333;
  background: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-list-item:hover .product-list-name {
  background: #279648;
  color: #fff;
}
.product-info-box {
  background: rgba(42, 154, 58, 0.05);
  display: flex;
  margin-top: 40px;
}
.product-info-img {
  width: 455rem;
  height: 455rem;
}
.product-info-right {
  width: calc(100% - 455rem);
  padding: 40rem 50rem 20rem;
}
.product-info-title {
  font-weight: bold;
  color: #333333;
  padding-bottom: 25rem;
  border-bottom: 1px solid #dcdcdc;
}
.product-info-name {
  padding-top: 45rem;
  font-weight: bold;
  color: #2a9a3a;
}
.product-info-introduce {
  padding-top: 20rem;
  color: #333333;
  line-height: 2;
}
.product-info-phone {
  margin-top: 50rem;
  display: flex;
}
.product-info-telleft {
  width: 46px;
  height: 46px;
  background: #229344;
  position: relative;
  z-index: 2;
}
.product-info-telleft::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/esimg/icon/product-info-tel.png) no-repeat center;
  background-size: 26rem 28rem;
}
.product-info-telright {
  position: relative;
  height: 46px;
  /* background: #06306d; */
  padding: 0 20px 0 25px;
  margin-left: -16px;
  font-family: D-DIN-PRO;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.product-info-telright::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #06306d;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
}
.product-point-box {
  padding-top: 20rem;
}
.product-point-list {
  padding-top: 40rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-point-item {
  width: calc((100% - (50rem * 4)) / 5);
  margin-right: 50rem;
  margin-bottom: 30rem;
}
.product-point-item:nth-child(5n) {
  margin-right: 0;
}
.product-point-item:last-child {
  margin-right: 0;
}
.product-point-name {
  height: 40px;
  background: rgba(8, 53, 106, 0.8);
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-point-text {
  padding: 25rem 20rem 30rem 20rem;
  border: 1px solid #d3d7de;
  color: #333333;
  line-height: 1.8;
  min-height: 200rem;
}
.product-perform-box {
}
.product-perform-table {
  width: 100%;
  margin-top: 35rem;
  table-layout: fixed;
}
.product-perform-table:nth-child(3) {
  margin-top: 70rem;
}
.product-perform-table tr:nth-child(2n + 1) {
  background: #f1f4f2;
}
.product-perform-table td {
  text-align: center;
  color: #333333;
  height: 50rem;
}
.product-perform-name {
  background: rgba(42, 154, 58, 0.5) !important;
  height: 60rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.product-perform-name td {
  color: #fff;
}
.product-perform-header {
  font-weight: bold;
}
.product-perform-table tr td {
  border-right: 1px solid #d7dbd7;
}
.product-perform-table tr td:last-child {
  border-right: 0px;
}
.product-perform-prompt {
  padding-top: 20rem;
  text-align: center;
  color: #ff0000;
  margin-bottom: 30rem;
}
.prodcut-application-swiper {
  margin-top: 40rem;
  position: relative;
}
.prodcut-application-item {
  position: relative;
}
.prodcut-application-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-slide-next::after {
  background: url(/esimg/img/prodcut-application-on.png) no-repeat;
  background-size: 100% 100%;
}
.prodcut-application-img {
  width: 100%;
}
.prodcut-application-cont {
  position: absolute;
  z-index: 29;
  left: 0;
  bottom: 35rem;
  width: 100%;
  padding: 0 40rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodcut-application-name {
  font-weight: bold;
  color: #ffffff;
}
.prodcut-application-text {
  padding-top: 20rem;
  color: #ffffff;
  line-height: 1.6;
}
.swiper-slide-next .prodcut-application-cont {
  opacity: 1;
}
.swiper-application-prev {
  position: absolute;
  z-index: 19;
  left: 31.5%;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-prev-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.swiper-application-prev:hover {
  background: url(/esimg/icon/index-product-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-application-next {
  position: absolute;
  z-index: 19;
  right: 31%;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-next-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.swiper-application-next:hover {
  background: url(/esimg/icon/index-product-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.prodcut-baike-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45rem;
}
.prodcut-baike-item {
  width: calc((100% - 90rem) / 3);
  margin-right: 45rem;
  margin-bottom: 23rem !important;
}
.prodcut-baike-item:nth-child(3n) {
  margin-right: 0;
}
.product-recommend-content {
  margin-top: 40rem;
  position: relative;
  margin-bottom: 90rem;
}
.product-recommend-swiper {
  overflow: hidden;
  padding-bottom: 30rem;
}
.swiper-recommend-prev {
  position: absolute;
  left: -55rem;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-prev-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.swiper-recommend-prev:hover {
  background: url(/esimg/icon/index-product-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-recommend-next {
  position: absolute;
  right: -55rem;
  top: calc(50% - 22.5rem);
  background: url(/esimg/icon/index-product-next-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 45rem;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.swiper-recommend-next:hover {
  background: url(/esimg/icon/index-product-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.product-point-swiper {
  position: relative;
  padding: 40rem 0;
}
.index-point-pagination,
.swiper-application-pagination,
.swiper-recommend-pagination {
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.index-point-pagination .swiper-pagination-bullet,
.swiper-application-pagination .swiper-pagination-bullet,
.swiper-recommend-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.54);
}
.index-point-pagination .swiper-pagination-bullet-active,
.swiper-application-pagination .swiper-pagination-bullet-active,
.swiper-recommend-pagination .swiper-pagination-bullet-active {
  background: #2a9a3a;
  opacity: 1;
}
.product-construction-item {
  display: flex;
  margin-bottom: 60rem;
}
.product-construction-left {
  width: 50%;
  overflow: hidden;
}
.product-construction-left img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-construction-item:hover .product-construction-left img {
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-construction-right {
  width: 50%;
  background-color: #fff;
  padding: 60rem 90rem 0 67rem;
  position: relative;
}
.product-construction-name {
  font-weight: bold;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-construction-text {
  padding-top: 36rem;
  color: #333333;
  line-height: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-construction-item:hover .product-construction-name,
.product-construction-item:hover .product-construction-text {
  color: #2a9a3a;
}
.product-construction-btn {
  position: absolute;
  left: 67rem;
  bottom: 105rem;
  width: 140rem;
  height: 47px;
  background-color: #06306d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-btn .nor {
  display: block;
}
.public-btn .sel {
  display: none;
}
.product-construction-item:hover .product-construction-btn {
  background-color: #fff;
  border: 1px solid #2a9a3a;
  color: #2a9a3a;
}
.product-construction-item:hover .product-construction-btn {
  background-color: #fff;
  border: 1px solid #2a9a3a;
  color: #2a9a3a;
}
.product-construction-item:hover .nor {
  display: none;
}
.product-construction-item:hover .public-btn .sel {
  display: block;
}
.product-construction-infos {
  padding-bottom: 40rem;
}
.product-construction-info {
  display: flex;
  margin-top: 60rem;
}
.construction-info-left {
  width: 45%;
  padding-right: 65rem;
}
.construction-info-right {
  width: 55%;
}
.construction-info-right img {
  width: 100%;
}
.construction-info-title {
  font-weight: bold;
  color: #333333;
}
.construction-info-text {
  font-weight: 400;
  padding-top: 20rem;
  color: #333333;
  line-height: 1.6;
  opacity: 1;
}
.construction-point-main {
  width: 100%;
  background: url(/esimg/img/construction-point-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}
.construction-point-list {
  display: flex;
  flex-wrap: wrap;
}
.construction-point-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  padding: 100rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.construction-point-item:hover {
  background: rgba(42, 154, 58, 0.62);
}
.construction-point-item:nth-child(5n) {
  border-right: 1px solid rgba(255, 255, 255, 0.46);
}
.construction-point-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.46);
}

.construction-point-icon {
  width: 35rem;
  height: 35rem;
}
.construction-point-name {
  font-weight: bold;
  color: #ffffff;
  padding-top: 10rem;
}
.construction-point-en {
  color: #ffffff;
  opacity: 0.4;
  padding: 0 20rem;
  text-align: center;
  text-transform: uppercase;
}
.construction-point-cont {
  color: #ffffff;
  opacity: 0.8;
  padding: 16rem 30rem 0;
}
.construction-titles {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60rem;
}
.construction-title {
  font-weight: bold;
  color: #333333;
  padding: 0 10rem;
}
.construction-pk-main {
  padding-top: 20rem;
  padding-bottom: 40rem;
}
.construction-pk-header {
  display: flex;
}
.construction-pk-left {
  width: 50%;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left, #e3f4e5, #fff);
  font-weight: bold;
  color: #333333;

  border-left: 1px solid #e1e7e2;
  border-bottom: 1px solid #e1e7e2;
}
.construction-pk-header .construction-pk-left {
  border-top: 2px solid #2a9a3a;
}
.construction-pk-right {
  width: 50%;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #e8effb, #fff);
  font-weight: bold;
  color: #333333;
  border-right: 1px solid #e1e7e2;
  border-bottom: 1px solid #e1e7e2;
}
.construction-pk-header .construction-pk-right {
  border-top: 2px solid #06306d;
}
.construction-pk-item {
  display: flex;
  position: relative;
}
.construction-pk-name {
  position: absolute;
  left: calc(50% - 70rem);
  top: calc(50% - 22.5rem);
  width: 140rem;
  height: 45rem;
  background: #2a9a3a;
  box-shadow: 1px 2px 0px 0px rgba(42, 154, 58, 0.8);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.segmentation {
  width: 100%;
  height: 100rem;
}
.rad-main-box {
  padding: 20rem 0 50rem;
}
.rad-main-list {
}
.rad-main-item {
  padding: 50rem 0;
  display: flex;
}
.rad-main-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.rad-main-left {
  width: 45%;
  padding-right: 40rem;
}
.rad-main-item:nth-child(2n) .rad-main-left {
  padding-left: 40rem;
  padding-right: 0;
}
.rad-main-right {
  width: 55%;
}
.rad-main-number {
  font-size: 50rem;
  font-family: Arial;
  font-weight: bold;
  color: #06306d;
  line-height: 1;
  font-style: italic;
  opacity: 0.2;
}
.rad-main-title {
  padding-top: 34rem;
  color: #333333;
  font-weight: bold;
}
.rad-main-text {
  padding-top: 20rem;
  color: #333333;
  line-height: 1.8;
}
.rad-main-right img {
  width: 100%;
}
.rad-main-row {
  display: flex;
  padding-top: 60rem;
}
.rad-main-col {
  width: 190rem;
}
.rad-main-line {
  display: flex;
  align-items: flex-end;
}
.rad-main-num {
  font-family: Arial;
  font-weight: bold;
  font-size: 50rem;
  color: #229344;
  line-height: 1;
  position: relative;
}
.rad-main-uitl {
  color: #333333;
  margin-bottom: 4rem;
  padding-left: 6rem;
}
.rad-main-plus {
  position: absolute;
  right: -14rem;
  top: 0;
  font-weight: 400;
  color: #333333;
}
.case-item-list {
  display: flex;
  flex-wrap: wrap;
}
.case-item-list {
  padding: 40rem 0 0;
}
.case-item-box {
  width: calc((100% - 52rem) / 3);
  margin-right: 26rem;
  margin-bottom: 26rem;
  cursor: pointer;
  overflow: hidden;
}
.case-item-box:nth-child(3n) {
  margin-right: 0;
}
.case-item-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-item-box:hover .case-item-img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.case-item-name {
  display: none;
}
.case-dialog-box {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;

  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;
}
dialog {
  position: fixed;
  margin: auto;
  inset: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
dialog[open] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.case-dialog-main {
  position: relative;
}
.case-dialog-img {
  width: 821rem;
}
.case-dialog-text {
  text-align: center;
  font-weight: 400;
  padding-top: 20rem;
  color: #ffffff;
}
.dialog-close {
  position: absolute;
  right: -39rem;
  top: -50rem;
  width: 27rem;
  height: 28rem;
  cursor: pointer;
}
.evaluate-list {
  padding: 50rem 0;
}
.evaluate-item {
  padding: 30rem 120rem 40rem 120rem;
  border: 1px solid #e8e9ee;
  background: #fff;
  font-weight: 400;
  color: #333333;
  position: relative;
  margin-bottom: 50rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-item:hover {
  color: #fff;
  background: #06306d;
  border: 1px solid #e8e9ee;
}
.evaluate-item::after {
  content: "";
  position: absolute;
  left: 30rem;
  top: calc(50% - 22rem);
  width: 38rem;
  height: 38rem;
  background: url(/esimg/icon/evaluate-item-icon1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-item .news-item-title {
  padding-bottom: 12rem;
}
.evaluate-item:hover .news-item-title {
  color: #fff;
}
.evaluate-item:hover::after {
  background: url(/esimg/icon/evaluate-item2.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-item::before {
  content: "";
  position: absolute;
  right: 34rem;
  top: calc(50% - 10.5rem);
  width: 12rem;
  height: 21rem;
  background: url(/esimg/icon/evaluate-arrow-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-item:hover::before {
  content: "";
  position: absolute;
  right: 34rem;
  top: calc(50% - 10.5rem);
  width: 12rem;
  height: 21rem;
  background: url(/esimg/icon/evaluate-arrow-sel.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.evaluate-box {
  padding-top: 50rem;
}
.partner-main-list {
  padding: 50rem 0;
  display: flex;
  flex-wrap: wrap;
}
.partner-main-item {
  width: calc((100% - 120rem) / 4);
  margin-right: 40rem;
  margin-bottom: 60rem;
}
.partner-main-item:nth-child(4n) {
  margin-right: 0;
}
.partner-item-icon {
  width: 100%;
  box-shadow: 0px 0px 40px 0px rgba(227, 230, 234, 0.72);
}
.partner-item-name {
  text-align: center;
  padding: 30rem 30rem 0 30rem;
  font-weight: 400;
  color: #333333;
}
.news-list-types {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #e2e5eb;
  padding-top: 60rem;
  margin-bottom: 75rem;
}
.news-list-type {
  width: 120rem;
  position: relative;
  color: #333333;
  padding-bottom: 20rem;
  text-align: center;
  line-height: 1;
  margin: 0 20rem;
}
.news-list-on::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #06306d;
  content: "";
}
.news-list-top {
  display: flex;
  margin-bottom: 58rem;
}
.news-top-left {
  width: 40%;
  overflow: hidden;
}
.news-top-left img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-top:hover .news-top-left img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.news-top-right {
  width: 60%;
  background: #fff;
  padding: 40rem 50rem 0 30rem;
  position: relative;
}
.news-list-main {
  padding: 0 0 50rem;
}
.news-top-title {
  font-weight: bold;
  color: #333333;
}
.news-top-text {
  padding-top: 34rem;
  color: #999999;
  line-height: 1.6;
  display: -webkit-box; /* å°†å®¹å™¨è®¾ç½®ä¸ºå¼¹æ€§ç›’å­ */
  -webkit-box-orient: vertical; /* è®¾ç½®ç›’å­çš„æŽ’åˆ—æ–¹å‘ä¸ºåž‚ç›´æ–¹å‘ */
  overflow: hidden; /* è¶…å‡ºéƒ¨åˆ†éšè— */
  -webkit-line-clamp: 8; /* æ˜¾ç¤ºçš„è¡Œæ•° */
  text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}
.news-top-date {
  padding-left: 21rem;
  position: absolute;
  left: 30rem;
  bottom: 70rem;
  color: #999999;
  line-height: 1;
}
.news-top-date::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(/esimg/icon/news-titme.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-item {
  width: 100%;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 30rem 0;
  margin-bottom: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item:hover {
  background: #06306d;
}

.news-list-time {
  width: 140rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 20rem;
}
.news-list-time::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 25rem);
  width: 1px;
  height: 50rem;
  background: #eeeeee;
}
.news-list-day {
  font-family: Arial;
  font-weight: bold;
  color: #2a9a3a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-month {
  color: #2a9a3a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* padding-top: 6rem; */
}
.news-list-item:hover .news-list-day,
.news-list-item:hover .news-list-month {
  color: #ffffff;
}
.news-item-cont {
  width: calc(100% - 140rem);
  position: relative;
  padding: 0 130rem 0 40rem;
}
.news-item-cont::after {
  position: absolute;
  content: "";
  right: 56rem;
  top: calc(50% - 13rem);
  width: 25rem;
  height: 26rem;
  background: url(/esimg/icon/news-arrow.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-list-item:hover .news-item-cont::after {
  background: url(/esimg/icon/news-arrow-on.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-title {
  font-weight: bold;
  color: #333333;
}
.news-list-item:hover .news-item-title {
  color: #fff;
}
.news-item-text {
  color: #999999;
  padding-top: 12rem;
  display: -webkit-box; /* å°†å®¹å™¨è®¾ç½®ä¸ºå¼¹æ€§ç›’å­ */
  -webkit-box-orient: vertical; /* è®¾ç½®ç›’å­çš„æŽ’åˆ—æ–¹å‘ä¸ºåž‚ç›´æ–¹å‘ */
  overflow: hidden; /* è¶…å‡ºéƒ¨åˆ†éšè— */
  -webkit-line-clamp: 2; /* æ˜¾ç¤ºçš„è¡Œæ•° */
  text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}
.news-list-item:hover .news-item-text {
  color: #fff;
}
.public-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-page-btn {
  margin: 0 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border: 1px solid #e0e1e4;
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-page-btn .nor {
  display: block;
}
.public-page-btn .sel {
  display: none;
}
.public-page-btn:hover .nor {
  display: none;
}
.public-page-btn:hover .sel {
  display: block;
}
.public-page-btn:hover {
  background: #2a9a3a;
  color: #fff;
  border: 1px solid #2a9a3a;
}
.public-page-btn img {
  width: 7rem;
  height: 14rem;
}
.public-page-num {
  color: #666666;
  margin: 0 6rem;
}
.public-page-on {
  background: #2a9a3a;
  color: #fff;
  border: 1px solid #2a9a3a;
}
.news-content-main {
  display: flex;
  padding-top: 60rem;
  padding-bottom: 70rem;
}
.news-content-right {
  width: 380rem;
  padding-left: 50rem;
}
.news-content-baike {
  padding-left: 31rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 20rem;
}
.news-content-baike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  width: 18rem;
  height: 22rem;
  background: url(/esimg/icon/baike-icon.png) no-repeat;
  background-size: 100% 100%;
}
.news-baike-item {
  width: 100%;
  margin-bottom: 15rem;
  padding: 30rem 60rem 30rem 20rem;
  border: 1px solid #e0e1e5;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-item::after {
  content: "";
  position: absolute;
  right: 24rem;
  top: calc(50% - 6.5rem);
  width: 6rem;
  height: 13rem;
  background: url(/esimg/icon/index-product-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-item:hover {
  background: #2a9a3a;
}
.news-baike-item:hover::after {
  background: url(/esimg/icon/index-product-sel.png) no-repeat;
  background-size: 100% 100%;
}
.news-content-left {
  width: calc(100% - 380rem);
}
.news-baike-date {
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-name {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-item:hover .news-baike-date,
.news-baike-item:hover .news-baike-name {
  color: #fff;
}
.news-content-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-content-types {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.news-content-type {
  padding-left: 20rem;
  color: #999999;
  position: relative;
  margin: 0 25rem;
  line-height: 1;
}
.news-content-date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 14px;
  background: url(/esimg/icon/news-titme.png) no-repeat;
  background-size: 100% 100%;
}
.news-content-author::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 14px;
  background: url(/esimg/icon/news-name.png) no-repeat;
  background-size: 100% 100%;
}
.news-content-cont {
  padding: 50rem 0 40rem;
}

.news-content-cont img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.news-content-cont p,
.news-content-cont img {
  margin-bottom: 20rem;
  line-height: 1.6;
}
.news-content-cont p a {
  display: -webkit-inline-box;
}
.news-hot-box {
  display: flex;
}
.news-hot-box p {
  color: #333333;
}
.news-hot-box a {
  color: #999999;
  padding-right: 10rem;
}
.news-content-article {
  padding-bottom: 35rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-nav-box {
  padding-top: 28rem;
  display: flex;
  justify-content: space-between;
}
.news-nav-return {
  width: 140rem;
  height: 46rem;
  background: #2a9a3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-nav-return:hover {
  background: #fff;
  color: #2a9a3a;
  border: 1px solid #2a9a3a;
}
.news-nav-item {
  color: #333333;
  margin-bottom: 15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 600rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-nav-item:hover {
  color: #2a9a3a;
}
.about-main-item {
  display: flex;
  padding-bottom: 50rem;
}
.about-item-right {
  width: 50%;
  padding-left: 30rem;
}
.about-item-right img {
  width: 100%;
}
.about-item-left {
  width: 50%;
}
.about-item-name {
  font-weight: bold;
  color: #333333;
}
.about-item-en {
  padding-top: 8rem;
}
.about-item-cont {
  padding-top: 50rem;
  line-height: 1.6;
}
.about-numbers-box {
  background: url(/esimg/img/about-number-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-numbers-main {
  display: flex;
  flex-wrap: wrap;
}
.about-numbers-items {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: rgba(42, 154, 58, 0);
}
.about-numbers-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 70rem 0;
}
.about-numbers-items:hover {
  background-color: rgba(42, 154, 58, 0.77);
}
.about-numbers-nums {
  display: flex;
  align-items: center;
}
.about-numbers-num {
  font-size: 50rem;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
}
.about-numbers-plus {
  font-family: Arial;
  color: #fff;
  padding-left: 5rem;
}
.about-numbers-name {
  /* padding-top: 16rem; */
  color: #fff;
}
.about-main-introduce {
  display: flex;
  padding: 80rem 0 60rem;
}
.about-introduce-cont {
  color: #333333;
  line-height: 1.6;
}
.about-main-introduce .about-item-right {
  width: 50%;
  padding-left: 0;
  padding-right: 30rem;
}
.about-introduce-text {
  padding-bottom: 80rem;
  color: #333333;
  line-height: 1.6;
}
.history-main-box {
}
.history-main-box .news-list-types {
  padding-top: 20rem;
  margin-bottom: 0;
}
.history-main-bg {
  width: 100%;
}
.history-main-content {
  position: relative;
  background: url(/esimg/img/history-box-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 800rem;
}
.history-swiper-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.history-main-swiper {
  overflow: hidden;
}
.history-content-item {
  position: relative;
  height: 800rem;
  width: 100%;
}
.history-main-swiper {
  height: 100%;
}
.swiper-history-prev {
  position: absolute;
  z-index: 1999;
  left: 10%;
  top: calc(50% - 22rem);
  width: 44rem;
  height: 44rem;
  background: url(/esimg/icon/index-product-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.swiper-history-next {
  position: absolute;
  z-index: 1999;
  right: 10%;
  top: calc(50% - 22rem);
  width: 44rem;
  height: 44rem;
  background: url(/esimg/icon/index-product-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.history-item-conts {
  display: flex;
  align-items: flex-start;
}
.history-item-line {
  position: relative;
  width: 1px;
  height: 160rem;
  background: #06306d;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-line::before {
  content: "";
  position: absolute;
  z-index: 11;
  left: -10rem;
  bottom: -16rem;
  width: 20rem;
  height: 20rem;
  background: #06306d;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-line::after {
  content: "";
  position: absolute;
  z-index: 11;
  left: -6rem;
  bottom: -12rem;
  width: 12rem;
  height: 12rem;
  background: #06306d;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-conts:hover .history-item-line {
  background: #2a9a3a;
}
.history-item-conts:hover .history-item-line::before {
  background: #2a9a3a;
}
.history-item-conts:hover .history-item-line::after {
  background: #2a9a3a;
}
.history-item-cont {
  padding-left: 16rem;
}
.history-item-year {
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-year::after {
  content: "å¹´";
  bottom: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-left: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-conts:hover .history-item-year {
  color: #2a9a3a;
}
.history-item-conts:hover .history-item-year::after {
  color: #2a9a3a;
}
.history-item-text {
  color: #333333;
  line-height: 1.6;
  padding-top: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.history-item-conts:hover .history-item-text {
  color: #2a9a3a;
}
.history-content-item .history-item-conts:nth-child(1) {
  position: absolute;
  left: 4%;
  bottom: 25%;
}
.history-content-item .history-item-conts:nth-child(2) {
  position: absolute;
  left: 23.8%;
  bottom: 37.88%;
}
.history-content-item .history-item-conts:nth-child(3) {
  position: absolute;
  left: 45.14%;
  bottom: 46.88%;
}
.history-content-item .history-item-conts:nth-child(4) {
  position: absolute;
  left: 66.14%;
  bottom: 57.88%;
}
.history-content-item .history-item-conts:nth-child(5) {
  position: absolute;
  left: 84.14%;
  bottom: 74.88%;
}
.honor-main-box .news-list-types {
  padding-top: 18rem;
  margin-bottom: 50rem;
}
.honor-list-box {
  display: flex;
  flex-wrap: wrap;
}
.honor-item-box {
  width: calc((100% - 68rem) / 3);
  margin-right: 34rem;
  margin-bottom: 34rem;
  background: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(230, 232, 234, 0.44);
  padding: 23rem 20rem 34rem 20rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor-item-box:nth-child(3n) {
  margin-right: 0;
}
.honor-item-box:hover {
  background: #06306d;
}
.honor-item-img {
  width: 100%;
}
.honor-item-text {
  text-align: center;
  padding: 25rem 20rem 0;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor-item-box:hover .honor-item-text {
  color: #fff;
}
.contact-main-box {
  display: flex;
  flex-wrap: wrap;
  padding: 60rem 0 80rem;
}
.contact-main-item {
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  padding: 42rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item:nth-child(3n) {
  margin-right: 0;
}
.contact-main-item:hover {
  background: #229344;
}
.contact-main-item .nor {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item .sel {
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item:hover .nor {
  display: none;
}
.contact-main-item:hover .sel {
  display: block;
}
.contact-item-icon {
  width: 56rem;
  height: 56rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-item-cont {
  padding-left: 20rem;
}
.contact-item-name {
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item:hover .contact-item-name {
  color: #fff;
}
.contact-item-text {
  padding-top: 10rem;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item:hover .contact-item-text {
  color: #fff;
}
.contact-message-box {
  display: flex;
}
.contact-message-left {
  width: 50%;
  background: url(/esimg/img/contact-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 420rem;
  padding: 36rem 74rem 27rem 13.5%;
}
.contact-message-right {
  width: 50%;
}
.contact-message-right iframe {
  width: 100%;
  height: 100%;
}
.productlist-seat {
  width: 100%;
  height: 80rem;
}
.case-info-box {
  padding: 60rem 0 90rem;
}
.case-info-main {
  background: rgba(42, 154, 58, 0.05);
  padding: 40rem 40rem 0;
}
.case-info-title {
  width: 100%;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 25rem;
  border-bottom: 1px solid #dcdcdc;
}
.case-info-content {
  padding: 45rem 60rem 60rem;
  color: #333333;
}
.case-info-show {
  padding: 0 60rem 60rem;
}
.case-show-title {
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.case-show-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30rem;
}
.case-show-item {
  width: calc((100% - 30rem) / 2);
  margin-right: 30rem;
  margin-bottom: 40rem;
}
.case-show-item:nth-child(2n) {
  margin-right: 0;
}
.case-show-img {
  width: 100%;
}
.case-info-return {
  width: 141rem;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2a9a3a;
  margin: 60rem auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-info-return:hover {
  color: #2a9a3a;
  background-color: #fff;
  border: 1px solid #2a9a3a;
}
.case-show-video {
  margin: 20px auto;
}
.case-video-cover {
  position: relative;
  z-index: 11;
}
.case-video-cover::after {
  width: 82rem;
  height: 82rem;
  content: "";
  position: absolute;
  z-index: 111;
  top: calc(50% - 31rem);
  left: calc(50% - 31rem);
  background: url(/esimg/icon/case-play.png) no-repeat;
  background-size: 100% 100%;
}
.case-show-video video {
  display: none;
}
.case-demo-img,
.case-show-video video {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }

  .header-main-right {
    margin-right: 0;
  }
  .public-footer-nav {
    width: calc(100% - 150rem);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-main-slogans {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
  .main-center {
    width: calc(100% - 35rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 79rem;
  }
  .header-main-content {
    margin-bottom: 15rem;
  }
  .header-menu-on::before {
    display: none;
  }
  .header-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 0 25rem;
    padding-top: 20rem;
  }
  .header-main-right {
    margin-right: 0;
  }
  .header-wap-show {
    background: url(/esimg/icon/sj_nav.png) no-repeat;
    background-size: 100% 100%;
    width: 44rem;
    height: 38rem;
    margin-left: 20rem;
  }
  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .index-banner-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
    bottom: 53rem !important;
  }
  .index-banner-pagination .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    border-radius: 100% !important;
    opacity: 1;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    margin: 0 15rem !important;
  }
  .index-banner-pagination .swiper-pagination-bullet-active {
    width: 30rem;
    height: 29rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .header-menu-item .header-menu-fist {
    margin-left: 50rem;
  }
  .index-product-more {
    width: 120px;
    height: 42px;
  }
  .index-reason-swiper {
    margin-top: 40rem;
    position: relative;
  }
  .index-reason-pagination {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
  }
  .swiper-pagination-bullet-active {
    background: #2a9a3a;
    opacity: 1;
  }
  .index-cooperate-more {
    width: 100px;
    height: 42px;
  }
  .index-cooperate-content {
    width: 80%;
    margin: 0 auto;
  }
  .index-case-types {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .index-case-type {
    margin-right: 20rem;
  }
  .index-case-cont {
    width: calc((100% - 24rem) / 2);
    margin-right: 24rem;
    margin-bottom: 26rem;
  }
  .index-case-cont:nth-child(2n) {
    margin-right: 0;
  }
  .index-case-cont:nth-child(2n-1) {
    margin-right: 24rem;
  }
  .index-case-all {
    width: 120px;
    height: 42px;
    left: calc(50% - 60px);
  }
  .index-about-box {
    background: url(/esimg/img/index-about-wapbg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0;
  }
  .index-about-more {
    width: 120px;
    height: 42px;
  }
  .index-about-info {
    width: 100%;
  }
  .index-about-bottom {
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    margin-top: 20rem;
  }
  .index-about-item {
    width: 50%;
    margin-bottom: 40rem;
  }
  .index-about-item::after {
    display: none;
  }
  .index-about-item {
    justify-content: flex-start;
    padding-left: 40rem;
  }
  .index-news-content {
    display: flex;
    flex-direction: column;
  }
  .index-news-cont {
    width: 100%;
    margin-bottom: 40rem;
  }
  .index-evaluate-content {
    flex-direction: column;
  }
  .index-evaluate-item {
    width: 100%;
    margin-right: 0;
    padding: 30rem 20rem;
  }
  .index-evaluate-all {
    width: 120px;
    height: 42px;
  }
  .public-contact-main {
    display: flex;
    padding: 50rem 0 90rem;
    flex-direction: column-reverse;
  }
  .public-contact-right {
    width: 100%;
    padding: 36rem 36rem 27rem 41rem;
    position: relative;
    z-index: 2;
    background: none;
  }
  .public-form-row {
    margin-bottom: 0;
    flex-direction: column;
  }
  .public-form-item {
    width: 100%;
    min-height: 80rem;
    margin-bottom: 18rem;
  }
  .public-form-input {
    width: calc(100% - 120rem);
  }
  .public-form-textarea {
    min-height: 180rem;
    width: calc(100% - 160rem);
  }
  .public-form-btn {
    width: 140px;
    height: 44px;
  }
  .public-contact-left {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 20rem;
    position: relative;
    z-index: 2;
  }
  .public-contact-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 48, 109, 0.9);
  }
  .wap-bottom-tabber {
    width: 100%;
    height: 120rem;
    display: flex !important;
    position: relative;
    z-index: 11;
  }
  .wap-tabber-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap-tabber-item img {
    width: 40px;
    height: 40px;
  }
  .wap-tabber-item:last-child img {
    width: 50rem;
    height: 40rem;
    margin: 5rem 0;
  }
  .wap-tabber-item p {
    padding-top: 14rem;
    color: #333333;
  }
  .wap-tabber-on p {
    color: #2a9a3a;
  }
  .wap-tabber-phone {
    flex: 0.6;
    margin-top: -15%;
    -webkit-animation: bounce1 2s infinite;
    animation: bounce1 2s infinite;
  }

  .wap-tabber-phone img {
    width: 74rem;
    height: 74rem;
  }
  .wap-tabber-item .nor {
    display: block;
  }
  .wap-tabber-item .sel {
    display: none;
  }
  .wap-tabber-on .nor {
    display: none;
  }
  .wap-tabber-on .sel {
    display: block;
  }
  .public-footer-box {
    background: #fbfbfb;
  }
  .wap-tabber-phone img {
    width: 101rem;
    height: 101rem;
  }
  .wap-tabber-item:last-child img {
    width: 35px;
    height: 35px;
  }
  .product-list-item {
    width: calc((100% - 20rem) / 2);
    margin-right: 20rem;
  }
  .product-list-item:nth-child(3n) {
    margin-right: 20rem;
  }
  .product-list-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .product-list-box {
    padding: 20px 0;
  }
  .public-top-text {
    top: 24.82%;
    left: 8.8%;
  }
  .product-info-box {
    margin-top: 40rem !important;
    flex-direction: column;
    background: none;
  }
  .product-info-img {
    width: 100%;
    height: auto;
  }
  .product-info-right {
    width: 100%;
    padding: 40rem 0 20rem 0;
  }
  .product-point-list {
    padding-top: 40rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .product-point-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .product-point-item:nth-child(2n) {
    margin-right: 0;
  }

  .swiper-slide-active::after {
    background: url(/esimg/img/prodcut-application-on.png) no-repeat;
    background-size: 100% 100%;
  }
  .swiper-slide-active .prodcut-application-cont {
    opacity: 1;
  }
  .prodcut-application-swiper {
    padding-bottom: 40px;
  }
  .prodcut-baike-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23rem !important;
  }
  .product-recommend-swiper {
    padding-bottom: 40px;
  }
  .product-construction-info {
    margin-top: 40rem;
    flex-direction: column;
  }
  .construction-info-left {
    width: 100%;
    padding-right: 0;
  }
  .construction-info-right {
    width: 100%;
    margin-top: 30rem;
  }
  .construction-point-item {
    width: 50%;
  }
  .construction-point-item:nth-child(5n) {
    border-right: 0;
  }
  .construction-point-item:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.46);
  }
  .construction-pk-left {
    height: 120px;
    padding: 40px 20px 0;
    text-align: center;
    align-items: flex-start;
  }
  .construction-pk-right {
    height: 120px;
    padding: 40px 20px 0;
    text-align: center;
    align-items: flex-start;
  }
  .construction-pk-header .construction-pk-left,
  .construction-pk-header .construction-pk-right {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .construction-pk-name {
    top: 10px;
  }
  .segmentation {
    width: 100%;
    height: 60rem;
  }
  .public-top-name {
    font-size: 50rem;
  }
  .public-top-name::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -12px;
    top: -3px;
    width: 24rem;
    height: 24rem;
    border-radius: 50%;
    border: 4px solid #229344;
  }
  .product-construction-item {
    margin-bottom: 40rem;
    flex-direction: column;
  }
  .product-construction-left {
    width: 100%;
  }
  .product-construction-right {
    width: 100%;
    background-color: #fff;
    padding: 60rem 40rem 0 40rem;
    position: relative;
  }
  .product-construction-btn {
    position: relative;
    left: 0;
    bottom: 0;
    width: 200rem;
    height: 38px;
    margin-top: 40rem;
    margin-bottom: 40rem;
  }
  .rad-main-item,
  .rad-main-item:nth-child(2n) {
    flex-direction: column;
  }
  .rad-main-left {
    width: 100%;
    padding-right: 0;
  }
  .rad-main-right {
    width: 100%;
    padding-right: 0;
    padding-top: 40rem;
  }
  .case-dialog-img {
    width: 90%;
    margin: 0 auto;
  }
  .dialog-close {
    right: calc(50% - 10px);
    top: auto;
    bottom: -80rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .case-item-box {
    width: calc((100% - 26rem) / 2);
    margin-right: 26rem;
    margin-bottom: 26rem;
    cursor: pointer;
  }
  .case-item-box:nth-child(3n) {
    margin-right: 26rem;
  }
  .case-item-box:nth-child(2n) {
    margin-right: 0;
  }
  .evaluate-item {
    padding: 30rem 70rem 40rem 100rem;
    margin-bottom: 40rem;
  }
  .evaluate-item::after {
    top: 30rem;
  }
  .partner-main-item {
    width: calc((100% - 40rem) / 2);
    margin-right: 40rem;
    margin-bottom: 60rem;
  }
  .partner-main-item:nth-child(4n) {
    margin-right: 0;
  }
  .partner-main-item:nth-child(2n) {
    margin-right: 0;
  }
  .news-list-type {
    width: 150rem;
  }
  .news-list-top {
    display: flex;
    flex-direction: column;
  }
  .news-top-left {
    width: 100%;
  }
  .news-top-right {
    width: 100%;
    padding: 40rem 50rem 40rem 30rem;
  }
  .news-top-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
  }
  .news-top-date {
    margin-top: 20rem;
    padding-left: 41rem;
    position: relative;
    left: 0;
    bottom: 0;
    line-height: 1;
  }
  .news-content-main {
    flex-direction: column;
  }
  .news-content-left {
    width: 100%;
  }
  .news-nav-box {
    flex-direction: column;
  }
  .news-nav-return {
    width: 180rem;
    height: 36px;
    margin: 0 auto;
  }
  .news-content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 80rem;
  }
  .news-content-baike {
    padding-left: 30px;
  }
  .news-content-baike::after {
    top: 0;
    width: 18px;
    height: 22px;
  }
  .news-nav-item {
    width: 90%;
  }
  .about-main-item {
    flex-direction: column;
  }
  .about-item-left {
    width: 100%;
  }
  .about-item-right {
    margin-top: 30rem;
    width: 100%;
    padding-left: 0;
  }
  .about-numbers-items {
    width: 50%;
  }
  .about-numbers-item {
    align-items: center;
  }
  .about-main-introduce {
    flex-direction: column;
  }
  .about-item-right {
    width: 100%;
    padding: 0;
  }
  .about-main-introduce .about-item-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .about-main-introduce .about-item-left {
    padding-top: 20rem;
  }
  .history-content-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .history-content-item .history-item-conts:nth-child(1) {
    left: 19%;
    bottom: 38%;
  }
  .history-content-item .history-item-conts:nth-child(2) {
    left: 44%;
    bottom: 65%;
  }
  .honor-item-box {
    width: calc((100% - 34rem) / 2);
  }
  .honor-item-box:nth-child(3n) {
    margin-right: 34rem;
  }
  .honor-item-box:nth-child(2n) {
    margin-right: 0;
  }
  .contact-main-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .contact-message-box {
    flex-direction: column;
  }
  .contact-message-left {
    width: 100%;
    background: url(/esimg/img/contact-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 420rem;
    padding: 52rem 74rem 27rem 74rem;
  }
  .contact-message-right {
    width: 100%;
  }
  .contact-message-right iframe {
    height: 400px;
  }
  .case-info-content {
    padding: 45rem 0 60rem;
  }
  .case-info-show {
    padding: 0 0 60rem;
  }
  .case-show-item {
    width: 100%;
    margin-right: 0;
  }
  .case-info-return {
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .main-center {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .index-about-bottom {
    margin-top: 40px;
  }
  .public-title-name {
    font-size: 28px;
  }
  .index-evaluate-icon {
    width: 28.5px;
    height: 27.75px;
  }
  .wap-tabber-item img {
    width: 30px;
    height: 30px;
  }
  .wap-tabber-item:last-child img {
    width: 30px;
    height: 30px;
  }
  .wap-tabber-phone img {
    width: 101rem;
    height: 101rem;
  }
  .prodcut-application-name {
    font-size: 18px;
  }
  .construction-pk-name {
    width: 180rem;
    left: calc(50% - 90rem);
  }
  .public-page-btn {
    margin: 0 6rem;
    width: 60rem;
    height: 60rem;
  }
  .contact-item-icon {
    width: 42px;
    height: 42px;
  }
}
